home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 April / EnigmA AMIGA RUN 17 (1997)(G.R. Edizioni)(IT)[!][issue 1997-04][EAR-CD].iso / EARCD / dev / amos / AMOS1196.lzh / AMOSLIST / 000005_amos-request@svcs1.digex.net_Sat Nov 2 16:15:38 1996.msg < prev    next >
Internet Message Format  |  1996-12-01  |  3KB

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224]) by mail1.access.digex.net (8.8.0/8.8.0) with ESMTP id QAA17493 for <mcox@access.digex.net>; Sat, 2 Nov 1996 16:15:35 -0500 (EST)
  2. Received: (from daemon@localhost) by svcs1.digex.net (8.8.0/8.8.0) id OAA16813 for amos-out; Sat, 2 Nov 1996 14:14:33 -0500 (EST)
  3. Received: from mail1.access.digex.net (mail1.access.digex.net [205.197.247.2]) by svcs1.digex.net (8.8.0/8.8.0) with ESMTP id OAA16810 for <amos-list@svcs1.digex.net>; Sat, 2 Nov 1996 14:14:32 -0500 (EST)
  4. Received: from ican.net (ican.net [198.133.36.9]) by mail1.access.digex.net (8.8.0/8.8.0) with SMTP id OAA14056 for <amos-list@access.digex.net>; Sat, 2 Nov 1996 14:14:31 -0500 (EST)
  5. Received: from ican.ca(really [206.248.87.19]) by ican.net
  6.     via sendmail with smtp
  7.     id <m0vJlWT-000ALwC@ican.net>
  8.     for <amos-list@access.digex.net>; Sat, 2 Nov 1996 14:14:25 -0500 (EST)
  9.     (Smail-3.2 1996-Jul-4 #1 built 1996-Jul-10)
  10. From: Cori Skagen <614841@ican.ca>
  11. Reply-To: 614841@ican.ca
  12. To: amos-list@access.digex.net
  13. Date: Sat, 02 Nov 1996 14:13:05 +0500
  14. Message-ID: <yam6880.265.3004288@mail.ican.net>
  15. In-Reply-To: <928AF51F35@mail-gw.uclan.ac.uk>
  16. X-Mailer: YAM 1.3.2 - Amiga Mailer by Marcel Beck
  17. Organization: none
  18. Subject: Re: I need direct parallel port Acess HELP!!!
  19. MIME-Version: 1.0
  20. Content-Type: text/plain; charset=iso-8859-1
  21. Content-Transfer-Encoding: quoted-printable
  22. Status: O
  23. X-Status: 
  24.  
  25. On 02-Nov-96, Lee. wrote:
  26. >This parallel port thing caused me problems a while back while I was =
  27.  
  28. >designing my video frame capture thingy.
  29. >I couldnt find any info on direct parallel access so I just had to =
  30.  
  31. >put up with putting some feedback into the computer.
  32. >If anyone has any info on accessing the parallel port directly I to =
  33.  
  34. >would be greatful for it.
  35.  
  36. >Using the parallel port through Amos (using the operating system) is =
  37.  
  38. >slow (very slow).
  39.  
  40. >The easiest way to controll stuff through your computer is by the =
  41.  
  42. >serial port !.
  43. >There is an IC (cant remember number sorry) that will directly =
  44.  
  45. >connect to the serial port and will give you 8 bits output and 8 bits =
  46.  
  47. >input.  This is quite easy to use from Amos.  I will get the part =
  48.  
  49. >number and mail it here tomorrow if I remember!
  50.  
  51. >Goodybye!
  52.  =
  53.  
  54. Okay there is a way, by accessing the CIA's registers directly:
  55.  
  56. $bfe101 are the 8 bits for the data
  57. $bfe301 control the input/output of the data pins (1=3Doutput, 0=3Dinput)=
  58.  
  59.  
  60. $bfd000 the first 3 bits control the select, busy, and paper out lines
  61. $bfd200 contols the input/output of these pins
  62.  
  63. This is not good programming but it works, but note this doesn't stop the=
  64.  system from using the port!
  65.  
  66. ~~~~~~~~~~~~~~~~~~~~~~~~~
  67. Cori Skagen
  68.  
  69. 614841@ican.ca
  70. Cori.Skagen@saultc.on.ca
  71.  
  72. ~~~~~~~~~~~~~~~~~~~~~~~~~~
  73.